crypto/tls.Conn.peerSigAlg (field)
7 uses
crypto/tls (current package)
conn.go#L54: peerSigAlg SignatureScheme
conn.go#L1634: state.testingOnlyPeerSignatureAlgorithm = c.peerSigAlg
handshake_client.go#L731: c.peerSigAlg = keyAgreement.signatureAlgorithm
handshake_client_tls13.go#L698: c.peerSigAlg = certVerify.signatureAlgorithm
handshake_server.go#L640: c.peerSigAlg = keyAgreement.signatureAlgorithm
handshake_server.go#L796: c.peerSigAlg = certVerify.signatureAlgorithm
handshake_server_tls13.go#L1123: c.peerSigAlg = certVerify.signatureAlgorithm
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)